From aa96932c94313cf57898206b43f1c3754596b72e Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 13 Dec 2016 10:49:45 -0800 Subject: [PATCH] Pin to an older version of rustup temporarily cc #3394 --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 488c2dee8..4de60cc07 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,7 +26,9 @@ install: - if defined MINGW_URL appveyor DownloadFile %MINGW_URL%/%MINGW_ARCHIVE% - if defined MINGW_URL 7z x -y %MINGW_ARCHIVE% > nul - if defined MINGW_URL set PATH=%CD%\%MINGW_DIR%\bin;C:\msys64\usr\bin;%PATH% - - curl -sSf -o rustup-init.exe https://win.rustup.rs/ + + # FIXME(#3394) use master rustup + - curl -sSfO https://static.rust-lang.org/rustup/archive/0.6.5/x86_64-pc-windows-msvc/rustup-init.exe - rustup-init.exe -y --default-host x86_64-pc-windows-msvc - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin - if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET% -- 2.30.2